home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / pl7.out < prev    next >
Encoding:
Text File  |  1996-07-04  |  514 b   |  26 lines

  1. !    .ALTERNATE
  2. !! test of string operators
  3.     ! test of string operators
  4. !define    MACRO    str1,str2
  5. !    SDATA    str1
  6. !    SDATA    "str2"
  7. !ENDM
  8. !    define    one" way to get "spaces,0
  9. !    SDATA    one" way to get "spaces
  10.     .byte    111,110,101,34,32,119,97,121,32,116,111,32,103,101,116,32,34,115,112,97,99,101,115
  11. !    SDATA    "0"
  12.     .byte    48
  13. !    define    "lot's! of <special>,chars%", 0
  14. !    SDATA    "lot's of <special>,chars%"
  15.     .byte    108,111,116,39,115,32,111,102,32,60,115,112,101,99,105,97,108,62,44,99,104,97,114,115,37
  16. !    SDATA    "0"
  17.     .byte    48
  18. !
  19.  
  20. !
  21.  
  22. !
  23.  
  24. !
  25.  
  26. !